home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / delicious_bookmarks-2.0.64-fx.xpi / chrome / deliciousBookmarks.jar / skin / yAddBookMark.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-06-19  |  3.1 KB  |  166 lines

  1. .imageTip {
  2.    -moz-binding: url('chrome://ybookmarks/content/imageTip.xml#imageTip');
  3. }
  4.  
  5. #dlg_AddYBookMark {
  6.   padding: 0px 0px 0px 0px;
  7.   background-color: #F2F2F2;
  8. }
  9.  
  10. #hbx_header {
  11.   padding: 0px;
  12.   background-color: white;
  13.   color: WindowText;
  14.   min-height: 40px;
  15. }
  16.  
  17. #grd_main {
  18.   padding-left: 30px;
  19. }
  20.  
  21. #lbl_origPostInfo {
  22.   text-align: right;
  23.   font-weight: bold; 
  24. }
  25.  
  26. #lbl_userName {
  27.   text-align: left;
  28.   font-weight: bold; 
  29. }
  30.  
  31. .no-left-margin {
  32.   margin-left: 0px;
  33. }
  34.  
  35. .colored-text {
  36.   color: blue;
  37. }
  38.  
  39. .moused-over-tag {
  40.   padding: 2px 4px 2px 4px;
  41.   margin: 1px 1px 1px 1px;
  42.   color: white;
  43.   background-color: blue;
  44. }
  45.  
  46. .moused-out-tag {
  47.   padding: 2px 4px 2px 4px;
  48.   margin: 1px 1px 1px 1px;
  49.   color: blue;
  50. }
  51.  
  52. #lbl_options {
  53.   padding-left: 25px;
  54. }
  55.  
  56. .right-aligned-text2 {
  57.    text-align: right;
  58. }
  59.  
  60. .right-aligned-text {
  61.    text-align: right;
  62.    font-weight: bold;
  63. }
  64.  
  65. .suggested-tags-label {
  66.   padding-left: 15px;
  67. }
  68.  
  69. .tags-container {
  70.   padding-left: 50px;
  71. }
  72.  
  73. #hbx_buttons {
  74.   padding: 0px 10px 10px 0px;
  75. }
  76.  
  77. /* Copied from firefox 2.0 addBookmarks.css */
  78. menulist#tb_yBookmarkName[droppable="false"] {
  79.   -moz-appearance: none;
  80.   margin: 0px;
  81.   border: none;
  82.   padding: 0px;
  83.   height: auto !important;
  84. }
  85.  
  86. menulist#tb_yBookmarkName[droppable="false"] > .menulist-editable-box {
  87.   /* These rules are duplicates of the rules for the textbox element
  88.    * in textbox.css and should track changes in that file.
  89.    */
  90.   -moz-appearance: textfield;
  91.   cursor: text;
  92.   margin: 4px 4px;
  93.   border: 3px solid;
  94.   -moz-border-top-colors: transparent #888888 #000000;
  95.   -moz-border-right-colors: transparent #FFFFFF #000000;
  96.   -moz-border-bottom-colors: transparent #FFFFFF #000000;
  97.   -moz-border-left-colors: transparent #888888 #000000;
  98.   -moz-border-radius-topright: 2px;
  99.   -moz-border-radius-bottomleft: 2px;
  100.   /*padding: 1px 0px 1px 2px ;*/
  101.   padding: 0px;
  102.   background-color: -moz-Field;
  103.   color: -moz-FieldText;
  104. }
  105.  
  106. menulist#tb_yBookmarkName[droppable="false"] > .menulist-editable-box > html|*.textbox-input {
  107.   margin: 0px !important;
  108.   border: none !important;
  109.   padding: 0px !important;
  110.   background-color: inherit;
  111.   color: inherit;
  112.   font: inherit;
  113. }
  114.  
  115. /* Hide the drop marker and the popup. */
  116.  
  117. menulist#tb_yBookmarkName[droppable="false"] > .menulist-dropmarker {
  118.   display: none;
  119. }
  120.  
  121. menulist#tb_yBookmarkName[droppable="false"] > menupopup {
  122.   display: none;
  123. }
  124.  
  125.  
  126. /* typedown suggestion */
  127. #suggestion-box {
  128.   
  129.   left: 100px; 
  130.   top: 0px; 
  131.   position: fixed;
  132.   border: 1px solid grey;
  133.   padding : 0;
  134.   margin : 0;
  135. }
  136.  
  137. .suggestion-tag {
  138.  
  139.   padding: 2px;
  140.   color: #6666FF;
  141.   background-color: white;
  142. }
  143.  
  144. .suggestion-tag:hover, .suggestion-tag[highlight="true"] {
  145.  
  146.   color: white;
  147.   background-color: blue;
  148. }
  149.  
  150. #lbl_notesCount.overflowed {
  151.     color: red;
  152. }
  153.  
  154. #box_noShare {
  155. /*    background-color: #3274D0;*/
  156. }
  157.  
  158. #lbl_yBookmarkURL {
  159.     color: #3274D0;
  160. }
  161.  
  162.  
  163. textbox[type="ybautocomplete"] {
  164.     -moz-binding: url('chrome://ybookmarks/content/ybautocomplete.xml#ybautocomplete');
  165. }
  166.